home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / include / plutil.h < prev    next >
C/C++ Source or Header  |  1992-09-20  |  242b  |  15 lines

  1. /*
  2.  * plutil.h
  3.  * author:  Celeste Fowler
  4.  * date:  June 12, 1992
  5.  */
  6.  
  7. #ifndef PLUTIL_H
  8. #define PLUTIL_H
  9.  
  10. Geom *PLCombine(Geom *a1, Geom *b1);
  11. Geom *AnyToPL(Geom *old, Transform T);
  12. Geom *PLConsol(Geom *g, float prec);
  13.  
  14. #endif /* PLUTIL_H */
  15.